home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Mailslots / API / ServerMainFormUnit.dfm / ServerMainFormUnit.txt
Encoding:
Text File  |  1999-08-28  |  823 b   |  43 lines

  1. object Form1: TForm1
  2.   Left = 208
  3.   Top = 336
  4.   Width = 371
  5.   Height = 300
  6.   Caption = 'Mailslot server (reader)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poDefaultPosOnly
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 363
  21.     Height = 254
  22.     Align = alClient
  23.     BorderStyle = bsNone
  24.     ReadOnly = True
  25.     TabOrder = 0
  26.   end
  27.   object Timer1: TTimer
  28.     Interval = 10
  29.     OnTimer = Timer1Timer
  30.     Left = 24
  31.     Top = 24
  32.   end
  33.   object MainMenu1: TMainMenu
  34.     Left = 88
  35.     Top = 24
  36.     object LaunchChildApp1: TMenuItem
  37.       Caption = '&Launch Child App'
  38.       ShortCut = 0
  39.       OnClick = LaunchChildApp1Click
  40.     end
  41.   end
  42. end
  43.